home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / multitasking / coders / ppipc / small_demo / demo.script < prev    next >
Text File  |  2000-03-05  |  512b  |  12 lines

  1. cd Small_Demo
  2. ;NOTE -- a strange glitch in the (Amigados 1.2) RUN causes it to write the
  3. ;file "*" to this disk[!!?]. This will make it complain if write-protected.
  4. ; the ">NIL: redirection is required if there is more than one RUN in the
  5. ; script to prevent Gurus (so it is included for safety here too).
  6. run >NIL:  SimpleServer >CON:0/0/639/80/SimpleServer:
  7. wait 2
  8. SimpleClient <"CON:40/90/600/100/SimpleClient Input":
  9. ; when client exits, we call the quit message sender to send to port "Demo":
  10. IPCQuit Demo
  11.  
  12.